Window: Hyperlink to GtkBuildable from its section
authorDaniel Boles <dboles.src@gmail.com>
Tue, 18 Jun 2019 20:42:40 +0000 (21:42 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Tue, 18 Jun 2019 20:45:08 +0000 (21:45 +0100)
gtk/gtkwindow.c

index 7f670620618aa56023e806aea3e0593029137fb7..25b6fc63a5c4b74fb71a638044a6f5e860f61324 100644 (file)
  *
  * # GtkWindow as GtkBuildable
  *
- * The GtkWindow implementation of the GtkBuildable interface supports a
+ * The GtkWindow implementation of the #GtkBuildable interface supports a
  * custom <accel-groups> element, which supports any number of <group>
  * elements representing the #GtkAccelGroup objects you want to add to
  * your window (synonymous with gtk_window_add_accel_group().
  * <object class="GtkAccelGroup" id="accelgroup1"/>
  * ]|
  * 
- * The GtkWindow implementation of the GtkBuildable interface supports
+ * The GtkWindow implementation of the #GtkBuildable interface supports
  * setting a child as the titlebar by specifying “titlebar” as the “type”
  * attribute of a <child> element.
  *